From 20829a058253cb9fbbc102d8fa347c33ce7c3e8b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 21 Jun 2017 12:53:48 +0100 Subject: [PATCH] lib/sym: Fix symbol versions for 2017.7 experimental symbols There was a typo in the group name. It should be OK to change the version since this is all hidden behind the --enable-experimental-api configure option. Signed-off-by: Philip Withnall Closes: #950 Approved by: cgwalters --- src/libostree/libostree-experimental.sym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libostree/libostree-experimental.sym b/src/libostree/libostree-experimental.sym index 1d4feeda..9ccca958 100644 --- a/src/libostree/libostree-experimental.sym +++ b/src/libostree/libostree-experimental.sym @@ -30,7 +30,7 @@ global: ostree_remote_unref; } LIBOSTREE_2017.6; -LIBOSTREE_2016.7_EXPERIMENTAL { +LIBOSTREE_2017.7_EXPERIMENTAL { global: ostree_remote_get_name; } LIBOSTREE_2017.6_EXPERIMENTAL; -- 2.30.2